docs: Use new link syntax
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 14 Feb 2021 19:00:12 +0000 (19:00 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:30 +0000 (16:37 +0000)
gtk/gtkmain.c

index 4ad1802b700dc91b8b8ecbf500661ab360d83c40..6b5a97b225865f88331c82d2729d187423b2425c 100644 (file)
@@ -311,10 +311,10 @@ static gboolean do_setlocale = TRUE;
 /**
  * gtk_disable_setlocale:
  *
- * Prevents gtk_init(), gtk_init_check() and
- * gtk_parse_args() from automatically
- * calling `setlocale (LC_ALL, "")`. You would
- * want to use this function if you wanted to set the locale for
+ * Prevents [id@gtk_init] and [id@gtk_init_check] from automatically calling
+ * `setlocale (LC_ALL, "")`.
+ *
+ * You would want to use this function if you wanted to set the locale for
  * your program to something other than the user’s locale, or if
  * you wanted to set different values for different locale categories.
  *